home *** CD-ROM | disk | FTP | other *** search
- #
- # default/options.mk --- Part of Makefile for PFE, compiler options.
- #
-
- # You *must* check file `INSTALL' if you need -D_BSD.
- # Read file `TUNING' for the meaning of -DUSE_REGS.
-
- # Where you store online help files and other stuff. Defaults to
- PREFIX = /usr/local
- PFELIB = $(PREFIX)/lib/pfe
- PFEHLP = $(PFELIB)/help
-
- SYSTEM = UNIX
-
- CC = cc
- OPTIM = -O# -DUSE_REGS -DUNROLL_NEXT
- DEBUG = -g
-
- CL = $(CC)
- CPP = $(CC) -E
-
- OPTIONS =# -D_BSD
- STRIP = -s
- TERM_O = termunix$o
- SYS_O = unix$o
- LFLAGS =
- LIBS = -ltermcap -lm
-
-
-